Your issue is that your using
view1.getUniversalID();
in your code this is the "var" attached to the domino view, in my code sample I attached a "var" property "rowData" to my viewPanel and used
rowdata.getUniversalID()
The ID your getting is a static id for the view and not for the document your clicking on. Make that change and it should be fine